home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 August: Tool Chest / Dev.CD Aug 95 TC / Dev.CD Aug 95 TC.toast / New System Software Extensions / QuickDraw™ GX 1.1.2 / Programming Stuff / MPW tips < prev    next >
Encoding:
Text File  |  1995-04-10  |  2.2 KB  |  35 lines  |  [ttro/ttxt]

  1. This file…
  2. …is here to help you get started building the QuickDraw GX sample code using MPW 3.3.1.  It contains a some tips to help you on your way.  You'll probably be able to set things up on your own, but here's how to proceed if you're not quite sure what to do with all this stuff.
  3.  
  4.                             Setting up your development environment for MPW
  5.  
  6. (All of the files mentioned here are in folders within the SDK CD's "Programming Stuff" folder.
  7.  
  8. • Open the "QuickDraw™ GX MPW 411 Files" folder.
  9.   Drag the contents to your MPW 411 folder.
  10.  
  11. • Open the "QuickDraw™ GX Interfaces & Libs" folder.
  12.   Drag the contents of the "CIncludes" folder into the "CIncludes" folder within your MPW "Interfaces" folder.
  13.   Drag the contents of the "RIncludes" folder into the "CIncludes" folder within your MPW "Interfaces" folder.
  14.   Drag the contents of the "PInterfaces" folder into the "PInterfaces" folder within your MPW "Interfaces" folder.
  15.   Drag the contents of the "PLibraries" folder into the "PLibraries" folder within your MPW "Libraries" folder.
  16.  
  17. • Open the "QuickDraw™ GX Libraries" folder.
  18.   Drag the contents of the "CIncludes" folder into the "CIncludes" folder within your MPW "Interfaces" folder.
  19.   Drag the folders "Graphics Libraries" & "Printing Libraries" to wherever you want.  You'll need to change the makefiles
  20.   for any samples that use these libraries so that they can find the libraries.  This involves simply changing one line at the top
  21.   of the makefile which specifies the library path.
  22.  
  23.  
  24.                                                                     Which universal interfaces?
  25.  
  26. For consistency, all samples on this CD were built using the Apple universal interfaces from ETO #15.  If your interfaces are older than that, you should copy the ones from the CD to your MPW folder.  Be sure to merge the ColorSync ones in as well, since the "Color Matching Library" requires the ColorSync interfaces.
  27.  
  28.                                                                          Other requirements
  29.  
  30. All samples are being built with the universal interfaces now.  If you're trying to get old samples working with these new interfaces, make sure that you specify the "-d applec" option in any C commands of your makefiles.
  31.  
  32. a dmh  8/30/94 d
  33.  
  34.  
  35.